selectionChanged
Type
message
Summary
This message is sent when the selection is changed.
Syntax
selectionChanged (pPreviousSelectionIndex,pNewSelectionIndex)
Description
Use the selectionChanged message to detect when a list item selection is changed by the user.
Parameters
Name | Type | Description |
---|---|---|
pPreviousSelectionIndex | An comma delimited list of integers representing the index of the element previously selected. | |
pNewSelectionIndex | An comma delimited list of integers representing the index of the element just selected. |